home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / H191.ZIP / CA29-3.EXE / TTY.CMD < prev    next >
OS/2 REXX Batch file  |  1993-07-20  |  453b  |  11 lines

  1. ; ----- Set an emulation, enabling both display and remap
  2. ;    commenced: 9/23/92 R.McG
  3. ; ----------------------------------------------------------------
  4. ;    Note: This script simply turns off remap (if on) and resets
  5. ;    the emulation.    Offered only for symmetry's sake.
  6. ; ----------------------------------------------------------------
  7. ;
  8.     EMULATE TTY            ; Set emulation
  9.     SET REMAP OFF            ; Disable previous remaps
  10.     SET CR CR_LF            ; Cr rcvd -> crlf
  11.